Skip to content

Commit 10b3432

Browse files
committed
Polish
1 parent e4b55be commit 10b3432

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ asyncio_mode = "auto"
128128
[[tool.mypy.overrides]]
129129
module = [
130130
"pandas.*",
131-
"teamcity.*",
132131
"neo4j._codec.packstream._rust",
133132
"neo4j._codec.packstream._rust.*",
134133
]

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pytest-asyncio>=0.16.0
2323
pytest-benchmark>=3.4.1
2424
pytest-cov>=3.0.0
2525
pytest-mock>=3.6.1
26-
teamcity-messages>=1.29
2726
tox>=4.0.0
2827
teamcity-messages>=1.32
2928

testkit/testkit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"testkit": {
33
"uri": "https://github.com/neo4j-drivers/testkit.git",
4-
"ref": "pass-teamcity-env-vars-to-containers"
4+
"ref": "5.0"
55
}
66
}

tests/_teamcity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def pytest_collection_finish(session: pytest.Session) -> None:
9393
_message("testCount", count=len(session.items))
9494

9595

96-
# taken from teamcity-messages package
96+
# function taken from teamcity-messages package
9797
# Copyright JetBrains, licensed under Apache 2.0
9898
# changes applied:
9999
# - non-functional changes (e.g., formatting, removed dead code)

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ envlist = py{37,38,39,310,311,312,313}-{unit,integration,performance}
44
requires = virtualenv<20.22.0
55

66
[testenv]
7-
passenv =
8-
TEST_*
7+
passenv = TEST_NEO4J_*
98
deps = -r requirements-dev.txt
109
setenv =
1110
COVERAGE_FILE={envdir}/.coverage

0 commit comments

Comments
 (0)