Skip to content

Commit

Permalink
try fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Jan 12, 2025
1 parent 3761929 commit dbd7aa4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ docs/

embed/
support/
_version.py
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# SPDX-License-Identifier: Apache-2.0

[build-system]
requires = [
"hatchling",
Expand Down Expand Up @@ -271,5 +269,5 @@ dirty_template = "{tag}.dev{ccount}"
minversion = "7.0"
addopts = ["-ra", "--strict-markers", "--strict-config"]
pythonpath = ["src"]
testpaths = "tests"
testpaths = ["tests"]
xfail_strict = true
Empty file removed tests/__init__.py
Empty file.

0 comments on commit dbd7aa4

Please sign in to comment.