Browse Source

pipenv: downgrade pytest-cov to restore python3.4 support

Fabian Peter Hammerle 3 years ago
parent
commit
a8364cca24
2 changed files with 7 additions and 5 deletions
  1. 3 1
      Pipfile
  2. 4 4
      Pipfile.lock

+ 3 - 1
Pipfile

@@ -26,7 +26,9 @@ pylint-import-requirements = ">=2.0.1"
 # v5.0.0 dropped python3.4. support
 # https://github.com/pytest-dev/pytest/commit/4d49ba65297102110ae8aeecdb3b82b23a231fba
 pytest = "<5"
-pytest-cov = "*"
+# v2.9.0 dropped python3.4 support
+# https://github.com/pytest-dev/pytest-cov/commit/be80b6e1e3e2378e63a20f0001c9cbf8038bd659#diff-2eeaed663bd0d25b7e608891384b7298R127
+pytest-cov = "<2.9.0"
 # v2.0.0 dropped python<3.6 support
 # https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
 zipp = "<2"

+ 4 - 4
Pipfile.lock

@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "e63821368a61fb5a5b433c09176c83933a17ec5dab35b1709a5c9d390f5db968"
+            "sha256": "73cf5e96c231db4d0b614275a314e5118eebd24c60c0057f4d7f183882721cb3"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -196,11 +196,11 @@
         },
         "pytest-cov": {
             "hashes": [
-                "sha256:1a629dc9f48e53512fcbfda6b07de490c374b0c83c55ff7a1720b3fccff0ac87",
-                "sha256:6e6d18092dce6fad667cd7020deed816f858ad3b49d5b5e2b1cc1c97a4dba65c"
+                "sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b",
+                "sha256:cdbdef4f870408ebdbfeb44e63e07eb18bb4619fae852f6e760645fa36172626"
             ],
             "index": "pypi",
-            "version": "==2.10.0"
+            "version": "==2.8.1"
         },
         "six": {
             "hashes": [