Skip to content

Commit

Permalink
Pytest is fixed, set minimum to 4.6.1 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkemperman committed Jun 3, 2019
1 parent e5fb1dc commit 723b625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'Topic :: Software Development :: Libraries :: Python Modules'
],
setup_requires=['pytest-runner'],
tests_require=['pytest>=4.4.1,<4.6.0', 'pytest-asyncio>=0.10.0', 'coverage>=4.5.3'],
tests_require=['pytest>=4.6.1', 'pytest-asyncio>=0.10.0', 'coverage>=4.5.3'],

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

0 comments on commit 723b625

Please sign in to comment.