Browse Source

dev env: downgrade isort to restore compatibility with python3.5

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

+ 3 - 3
Pipfile

@@ -17,11 +17,11 @@ pytest = "*"
 pytest-cov = "*"
 
 # python3.5 compatibility
-# zipp v2.0.0 dropped support for python3.5
-# https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
-zipp = "<2"
+isort = "<5"
 # workaround https://github.com/pytest-dev/pytest/issues/3953
 pathlib2 = {version = "*", markers="python_version < '3.6'"}
+# https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
+zipp = "<2"
 
 [requires]
 python_version = "3"

+ 5 - 4
Pipfile.lock

@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "e9e42d64272890935019c0e092a53f1489c9f703291ad152babf6ea46e265057"
+            "sha256": "3de9bec65bee29841396fc157eef776df7819495c7b6fa9897d5bd0e88cc41df"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -142,10 +142,11 @@
         },
         "isort": {
             "hashes": [
-                "sha256:6187a9f1ce8784cbc6d1b88790a43e6083a6302f03e9ae482acc0f232a98c843",
-                "sha256:c16eaa7432a1c004c585d79b12ad080c6c421dd18fe27982ca11f95e6898e432"
+                "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1",
+                "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"
             ],
-            "version": "==5.5.3"
+            "index": "pypi",
+            "version": "==4.3.21"
         },
         "lazy-object-proxy": {
             "hashes": [