We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1ecc0 commit 278e0b0Copy full SHA for 278e0b0
1 file changed
setup.py
@@ -18,7 +18,7 @@
18
19
setup_requirements = ['pytest-runner', ]
20
21
-test_requirements = ['pytest', ]
+test_requirements = ['pytest', 'pytest-xdist']
22
23
setup(
24
author="LaserPhaser",
@@ -29,7 +29,6 @@
29
'Intended Audience :: Developers',
30
'License :: OSI Approved :: MIT License',
31
'Natural Language :: English',
32
- 'Programming Language :: Python :: 2.7',
33
'Programming Language :: Python :: 3.6',
34
'Programming Language :: Python :: 3.7',
35
'Programming Language :: Python :: 3.8',
@@ -50,6 +49,7 @@
50
49
url='https://github.com/pytest-dev/pytest-messenger',
51
version='3.1.0',
52
zip_safe=False,
+ python_requires='>=3.6',
53
entry_points={
54
'pytest11': [
55
'pytest-messenger = pytest_messenger.plugin',
0 commit comments