We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ac374 commit d992e8bCopy full SHA for d992e8b
appveyor.yml
@@ -27,7 +27,7 @@ install:
27
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
28
- python -m pip install -U pip setuptools
29
- pip install -e .
30
- - pip install securesystemslib[crypto,pynacl]
+ - pip install securesystemslib[crypto,pynacl] python-dateutil
31
- if %PYTHON_VERSION%==2.7 pip install mock
32
33
build: false
requirements-test.txt
@@ -6,6 +6,9 @@
6
# test runtime dependencies (see 'tests_require' field in setup.py)
7
mock; python_version < "3.3"
8
9
+# tuf.api tests use python-dateutil
10
+python-dateutil
11
+
12
# additional test tools for linting and coverage measurement
13
coverage
14
pylint
0 commit comments