Skip to content

Commit

Permalink
pipenv: fix lockfile
Browse files Browse the repository at this point in the history
with pipenv 2022.11.30, `null` marker could be generated, which would
fail other tools; this issue has been tracked under
pypa/pipenv#5529 and merged; current lockfile
generated with 2023.2.18

```
...
  File
"/builds/webgroup/fatcat-scholar/.venv/lib/python3.8/site-packages/packaging/_tokenizer.py",
line 163, in raise_syntax_error
    raise ParserSyntaxError(
pip._vendor.packaging._tokenizer.ParserSyntaxError: Expected a marker
variable or quoted string
    None
...
```
  • Loading branch information
miku committed Mar 17, 2023
1 parent 3c153f6 commit 9c7ce3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c7ce3c

Please sign in to comment.