diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-02-23 12:04:46 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2021-02-23 17:22:01 +0000 |
commit | c2a5ea0b8b41547d9567d35b93407c36b74c7465 (patch) | |
tree | 2a25771ab4165934d0ea50f871c4fc25fcd4bac5 /test/requirements.txt | |
parent | 7c61498af1a5cd881824c62fcfd248190851db44 (diff) |
misc: run make test-refresh-deps to update the python dependencies
Also, remove the flake8 from requirements.txt as it looks
like upstream package is not installable...
Type: test
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I1a2132f30f7f9431d892e962a29c7d859e6a43db
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'test/requirements.txt')
-rw-r--r-- | test/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index a83b5b3101b..b8e36eeee85 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -4,7 +4,6 @@ cffi # MIT cryptography!=2.0 # BSD/Apache-2.0 deprecation>=2.0.6 # Apache-2.0 faulthandler; python_version < '3.3' # # BSD License (2 clause) -flake8 # MIT ipaddress; python_version < '3.3' # PSF parameterized>=0.6.1 # BSD pexpect # ISC |