From 4b16bc0f9a2d0a3ae6456ee301d105f8af6994aa Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Wed, 2 Sep 2020 16:27:26 +0200 Subject: [PATCH] add deepdiff as a test requirement --- qcodes/tests/dataset/test_converters.py | 0 test_requirements.txt | 1 + 2 files changed, 1 insertion(+) create mode 100644 qcodes/tests/dataset/test_converters.py diff --git a/qcodes/tests/dataset/test_converters.py b/qcodes/tests/dataset/test_converters.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/test_requirements.txt b/test_requirements.txt index 3ecf0b7dd29..244bfb1f919 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -14,3 +14,4 @@ gitpython pylint!=2.5.0 attrs>=19.2.0 # needed for hypothesis >=4.38.1 but not correctly honored by pip 19.2.3 git+https://github.com/numpy/numpy-stubs.git@f3c6315738489983f5f37e1477ac68373d71b470 # no release yet so fix to a known working version +deepdiff==5.0.2 \ No newline at end of file