Skip to content

Commit 246522f

Browse files
authored
Merge pull request #244 from aliceinwire/testing
(pyproject) Fix pythonpath
2 parents 887ea23 + 08cf233 commit 246522f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ classifiers = [
2020
'Topic :: Software Development :: Libraries',
2121
'Programming Language :: Python',
2222
'Programming Language :: Python :: 3',
23-
'Programming Language :: Python :: 3.10',
24-
'Programming Language :: Python :: 3.11',
2523
'Programming Language :: Python :: 3.12',
2624
'Programming Language :: Python :: 3.13',
2725
'Programming Language :: Python :: Implementation :: CPython',
@@ -62,7 +60,7 @@ profile = "black"
6260

6361
[tool.pytest.ini_options]
6462
pythonpath = [
65-
"src"
63+
"."
6664
]
6765

6866
[build-system]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
env_list = py310,py311,py312,py313
2+
env_list = py312,py313
33

44
[testenv]
55
allowlist_externals = poetry

0 commit comments

Comments
 (0)