diff --git a/test-requirements.txt b/test-requirements.txt index 41608663..0ce2e038 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,7 +19,5 @@ python-openstackclient>=3.12.0 # Apache-2.0 # Used in doc8 check doc8>=0.6.0 # Apache-2.0 Pygments>=2.2.0 # BSD license -astroid==1.6.5;python_version<"3.0" # LGPLv2.1 astroid==2.1.0;python_version>="3.0" # LGPLv2.1 -pylint==1.9.2;python_version<"3.0" # GPLv2 pylint==2.3.1;python_version>="3.0" # GPLv2