Skip to content

Commit 723b625

Browse files
Pytest is fixed, set minimum to 4.6.1 (#414)
1 parent e5fb1dc commit 723b625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
'Topic :: Software Development :: Libraries :: Python Modules'
5353
],
5454
setup_requires=['pytest-runner'],
55-
tests_require=['pytest>=4.4.1,<4.6.0', 'pytest-asyncio>=0.10.0', 'coverage>=4.5.3'],
55+
tests_require=['pytest>=4.6.1', 'pytest-asyncio>=0.10.0', 'coverage>=4.5.3'],
5656

5757
package_data={'rx': ['py.typed']},
5858
packages=['rx', 'rx.internal', 'rx.core', 'rx.core.abc',

0 commit comments

Comments
 (0)