Skip to content

Commit

Permalink
Fix functional tests
Browse files Browse the repository at this point in the history
Limited pytest to <5.4.0 due to pytest-dev/pytest-asyncio#141.

This interim step enables functional testing to run, until LP:#1890367
is resolved.
  • Loading branch information
Xav Paice committed Aug 5, 2020
1 parent 7b85032 commit bd684fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/functional/requirements.txt
@@ -1,6 +1,6 @@
flake8
juju
mock
pytest
pytest < 5.4.0 # pytest 5.4.0 deprecated `pytest.Function()` construction
pytest-asyncio == 0.10.0 # https://github.com/pytest-dev/pytest-asyncio/issues/154
requests

0 comments on commit bd684fb

Please sign in to comment.