diff --git a/tests-requirements.txt b/tests-requirements.txt index 151a565..82bfba8 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -1,5 +1,6 @@ pycodestyle; python_version >= '3.0' pyflakes; python_version >= '3.0' -nose-py3; python_version >= '3.0' +#nose-py3; python_version >= '3.0' +nose; python_version >= '3.0' coverage; python_version >= '3.0' coveralls; python_version >= '3.0'