Fixed pytest requirement

api-breakage
Morty Space 6 years ago
parent 3a406a5e71
commit 4f7ee17b3d
  1. 1
      init.sh
  2. 3
      setup.py

@ -5,4 +5,5 @@ python3 -m venv ./venv
source activate.sh source activate.sh
pip install --upgrade pip pip install --upgrade pip
pip install wheel
pip install -e ".[dev]" pip install -e ".[dev]"

@ -41,7 +41,7 @@ setup(
'dev': [ 'dev': [
'pylint', 'pylint',
'pycodestyle', 'pycodestyle',
'pytest', 'pytest<6',
'pytest-asyncio', 'pytest-asyncio',
'pytest-cov', 'pytest-cov',
'pytest-env', 'pytest-env',
@ -51,7 +51,6 @@ setup(
'sphinx', 'sphinx',
'sphinx_rtd_theme', 'sphinx_rtd_theme',
'setuptools', 'setuptools',
'wheel',
'twine', 'twine',
'doc8' 'doc8'
] ]

Loading…
Cancel
Save