Browse Source

dev env: remove unexpected `python_version` marker from dill that broke pylint

https://github.com/fphammerle/ical2vdir/commit/b0b88179c6783cb54fbcc62f1804cb9823587387
Fabian Peter Hammerle 1 year ago
parent
commit
df47c29886
2 changed files with 8 additions and 2 deletions
  1. 5 0
      Pipfile
  2. 3 2
      Pipfile.lock

+ 5 - 0
Pipfile

@@ -33,6 +33,11 @@ tomli = {markers = "python_version < '3.11'"}
 # >     import wrapt
 # > ModuleNotFoundError: No module named 'wrapt'
 wrapt = "*"
+# remove `"markers": "python_version >= '3.11'"` to workaround:
+# >   File "[...]/lib/python3.7/site-packages/pylint/lint/parallel.py", line 13, in <module>
+# >     import dill
+# > ModuleNotFoundError: No module named 'dill'
+dill = {markers = "python_version >= '0'"}
 
 [requires]
 python_version = "3"

+ 3 - 2
Pipfile.lock

@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "2e2e7a397f311a98fcfcdbff620e3f5fea33a455b60aad7dccf40a9f76b6d6d6"
+            "sha256": "9671951734ca75d0f441d9e6799a4dc7e659825c0a64ca9229291663b66477f2"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -133,7 +133,8 @@
                 "sha256:a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0",
                 "sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373"
             ],
-            "markers": "python_version >= '3.11'",
+            "index": "pypi",
+            "markers": "python_version >= '0'",
             "version": "==0.3.6"
         },
         "exceptiongroup": {