Skip to content
Snippets Groups Projects
Verified Commit 137ec2a6 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Merge branch 'f-test-requirements' into f-fix-mypy-errors

parents ab023283 c5a51e45
No related branches found
No related tags found
2 merge requests!175BUG: Request responses without the "Set-Cookie" header no longer overwrite the...,!164Fix mypy errors
Pipeline #58021 canceled
......@@ -70,8 +70,7 @@ unittest_py3.8:
script: &python_test_script
# Python docker has problems with tox and pip so use plain pytest here
- touch ~/.pylinkahead.ini
- pip install pynose pytest pytest-cov jsonschema>=4.4.0 setuptools
- pip install .
- pip install .[test]
- python -m pytest unittests
# This needs to be changed once Python 3.9 isn't the standard Python in Debian
......
......@@ -188,8 +188,8 @@ def setup_package():
'future',
],
extras_require={
'keyring': ['keyring>=13.0.0'],
'jsonschema': ['jsonschema>=4.4.0'],
"jsonschema": ["jsonschema>=4.4.0"],
"keyring": ["keyring>=13.0.0"],
"mypy": [
"mypy",
"types-PyYAML",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment