Skip to content

Commit 0352092

Browse files
add _pytest.mark to setup.py
1 parent af8c86a commit 0352092

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,13 @@ def main():
7575
# the following should be enabled for release
7676
install_requires=install_requires,
7777
extras_require=extras_require,
78-
packages=['_pytest', '_pytest.assertion', '_pytest._code', '_pytest.vendored_packages'],
78+
packages=[
79+
'_pytest',
80+
'_pytest.assertion',
81+
'_pytest._code',
82+
'_pytest.vendored_packages',
83+
'_pytest.mark',
84+
],
7985
py_modules=['pytest'],
8086
zip_safe=False,
8187
)

0 commit comments

Comments
 (0)