Skip to content

Commit

Permalink
fix: poetry run pytest raises `SyntaxError: invalid escape sequence…
Browse files Browse the repository at this point in the history
… \S`
  • Loading branch information
waketzheng committed Jun 8, 2024
1 parent 53f72dc commit 11728fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python-coveralls = "coveralls.cli:main"
[tool.poetry.dependencies]
python = ">=3.8,<3.13"
coverage = { version = ">=5.0,<8.0,!=6.0.*,!=6.1,!=6.1.1", extras = ["toml"] }
docopt = ">=0.6.1,<0.7.0"
docopt-ng = ">=0.6.1,<1.0.0"
requests = ">=1.0.0,<3.0.0"

pyyaml = { version = ">=3.10,<7.0", optional = true }
Expand Down

0 comments on commit 11728fd

Please sign in to comment.