diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-20 17:51:46 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-20 19:47:09 -0400 |
commit | f5579605c4905dc71e8605081ba0263563f6926e (patch) | |
tree | 7efab2db265f4f28c5e951f5cd7cf9136c0b8493 /pkg | |
parent | 04e19184499dfa6a9ca49dc8324175cfe29e65b8 (diff) |
[bug] revert usage of twisted which
the test environment isn't finding the path properly, due to pytest
internals.
so:
- add path extension
- fix the order in which we're happy with a gpg option (to avoid symlinks)
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements-testing.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip index 0a68f0b4..fdecff39 100644 --- a/pkg/requirements-testing.pip +++ b/pkg/requirements-testing.pip @@ -5,4 +5,5 @@ coverage pytest pytest-pep8 pytest-cov +pytest-pdb setuptools-trial |