diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 956c52c..8d20146 --- a/setup.py +++ b/setup.py @@ -67,6 +67,6 @@ def run_tests(self): keywords=( 'hosts, Python, network' ), - tests_require=['pytest==4.6.6', 'pytest-cov==2.8.1', 'python-hosts>=0.4.7'], + tests_require=['pytest==9.0.3', 'pytest-cov==2.8.1', 'python-hosts>=0.4.7'], cmdclass={'test': PyTest}, )