From 50040b553675b18730a49060eb47092daa6aeb13 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Fri, 5 Jul 2019 13:43:20 +0500 Subject: [PATCH] TST fix test running on recent pytest --- dockerfiles/tests/runtests.sh | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/tests/runtests.sh b/dockerfiles/tests/runtests.sh index 76c63e093..0d4819377 100755 --- a/dockerfiles/tests/runtests.sh +++ b/dockerfiles/tests/runtests.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -py.test --cov=splash --doctest-modules --duration=50 splash "$@" && \ +py.test --cov=splash --doctest-modules --durations=50 splash "$@" && \ if [ -n "${TRAVIS}" ]; then codecov fi; \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt index 7c7f1fdee..15d952d74 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # the following libraries are only required by tests pyasn1 # pyasn-modules >= 0.2.4 -pytest >= 4.1.1 +pytest >= 5.0.0 service-identity >= 18.1.0 pyOpenSSL >= 19.0.0 cryptography >= 2.5