Skip to content

Commit

Permalink
Revert "Fix pythonpath when running pytest"
Browse files Browse the repository at this point in the history
This reverts commit 3012a2c.
  • Loading branch information
jimwins committed Sep 17, 2024
1 parent 3012a2c commit abb278d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "frozen-soup"
version = "0.6"
version = "0.5"
description = "Create a single-file version of an HTML file"
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -31,9 +31,6 @@ test = ["pytest", "requests-testadapter"]
[tool.pytest.ini_options]
# Default of Test* causes noise with request_testadapter
python_classes = "*Test"
pythonpath = [
"."
]

[tool.distutils.egg_info]
# Not really using this, so hide it for now
Expand Down

0 comments on commit abb278d

Please sign in to comment.