Skip to content

Commit 1d1783e

Browse files
committed
Require pytest-trio 0.6
1 parent 01f491d commit 1d1783e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
python_requires=">=3.6", # temporary, for RTD
7878
keywords=["async", "io", "trio", "asyncio", "trio-asyncio"],
7979
setup_requires=['pytest-runner'],
80-
tests_require=['pytest >= 5.4', 'outcome'],
80+
tests_require=['pytest >= 5.4', 'pytest-trio >= 0.6', 'outcome'],
8181
classifiers=[
8282
"Development Status :: 4 - Beta",
8383
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)