diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-09-14 16:18:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 16:18:31 +0200 |
commit | d51042a5f5f85256b2103bf83746b96e8622abeb (patch) | |
tree | de3fd7a7dae00dbf48a70f3a20b2cb433c93abc4 | |
parent | 6bdb7f8fd86543f683184e76e5c971ff669188ae (diff) | |
parent | 9384493942a4a421aced4bccc7c7291ff30af886 (diff) | |
download | gitlab-d51042a5f5f85256b2103bf83746b96e8622abeb.tar.gz |
Merge pull request #1189 from python-gitlab/chore/test-hacking-dependency
chore(test): remove hacking dependencies
-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 ed5d639..e5a5ff9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,4 @@ coverage -hacking>=0.9.2,<0.10 httmock jinja2 mock |