We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f491d commit 1d1783eCopy full SHA for 1d1783e
1 file changed
setup.py
@@ -77,7 +77,7 @@
77
python_requires=">=3.6", # temporary, for RTD
78
keywords=["async", "io", "trio", "asyncio", "trio-asyncio"],
79
setup_requires=['pytest-runner'],
80
- tests_require=['pytest >= 5.4', 'outcome'],
+ tests_require=['pytest >= 5.4', 'pytest-trio >= 0.6', 'outcome'],
81
classifiers=[
82
"Development Status :: 4 - Beta",
83
"Intended Audience :: Developers",
0 commit comments