Skip to content

Commit a8acc85

Browse files
committed
Fix hatch configuration
1 parent dbec697 commit a8acc85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ share/python-wheels/
2626
.installed.cfg
2727
*.egg
2828
MANIFEST
29+
.hatch/
2930

3031
# PyInstaller
3132
# Usually these files are written by a python script from a template
@@ -138,6 +139,7 @@ dmypy.json
138139
# Personal
139140
notes/
140141
store/
142+
141143
# Sphinx build
142144
docs/_build
143-
docs/firebird-driver.docset
145+
docs/firebird-driver.docset

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ dependencies = [
5757

5858
[tool.hatch.envs.hatch-test]
5959
extra-args = ["--host=localhost"]
60-
61-
[tool.hatch.envs.test]
6260
dependencies = [
6361
"coverage[toml]>=6.5",
6462
"pytest",

0 commit comments

Comments
 (0)