diff --git a/setup.py b/setup.py index e133382..66bf353 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,3 @@ 'Topic :: Software Development :: Libraries :: Python Modules' ], ) - - - - diff --git a/test-requirements.txt b/test-requirements.txt index 99eafa3..4ae0c0a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ coverage==4.5.2 -pytest==5.2.0 +pytest==6.2.5 pytest-cov==2.6.1 pytest-flakes==2.0.0 pytest-pep8