From 78dce0b8c8e357c8584a18652894823a82ae7c24 Mon Sep 17 00:00:00 2001 From: hackermd Date: Sun, 25 Oct 2020 17:33:57 -0400 Subject: [PATCH] Update test requirements --- requirements_test.txt | 6 +++--- setup.cfg | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index 20e1732..73b061d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -mypy==0.770 -pytest==5.4.1 -pytest-flake8==1.0.4 +mypy==0.790 +pytest==6.1.1 +pytest-flake8==1.0.6 pytest-localserver==0.5.0 diff --git a/setup.cfg b/setup.cfg index 960a961..7e5d411 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,9 +15,6 @@ ignore_missing_imports = True [mypy-pydicom.*] ignore_missing_imports = True -[mypy-pytest.*] -ignore_missing_imports = True - [mypy-retrying.*] ignore_missing_imports = True