Skip to content

Commit

Permalink
Fix package metadata and surrogate software tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 20, 2023
1 parent b8443ef commit e24772d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ extend-exclude = [
]
"examples/*" = ["T201"] # Allow `print`

[tool.setuptools.packages.find]
namespaces = false


# ===================
# Tasks configuration
Expand Down
1 change: 1 addition & 0 deletions src/sqlalchemy_cratedb/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DUMMY = 42
5 changes: 5 additions & 0 deletions tests/test_dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from sqlalchemy_cratedb import DUMMY


def test_dummy():
assert DUMMY == 42

0 comments on commit e24772d

Please sign in to comment.