Skip to content

Commit f9a6db8

Browse files
committed
clean up
1 parent 46ac286 commit f9a6db8

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
tests:
1515
name: ${{ matrix.name }}
1616
runs-on: ${{ matrix.os }}
17-
env:
18-
# Required for pytest tmp_path on Windows + Python 3.14 (no pwd module)
19-
LOGNAME: runneradmin
20-
USER: runneradmin
21-
USERNAME: runneradmin
2217
strategy:
2318
fail-fast: false
2419
matrix:

.tox-coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ omit =
77
*/flycheck_*.py
88
*/chainmap_backport.py
99
*/perf_report.py
10+
*/conftest.py
1011

1112
[paths]
1213
source =

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ envlist = py37,py38,py39,py310,py311,py312,py313,py314,pypy3,coverage-report,pac
44
[testenv]
55
changedir = .tox
66
deps = -rrequirements.txt
7-
passenv =
8-
LOGNAME
9-
USER
10-
USERNAME
117
commands = coverage run --parallel --rcfile {toxinidir}/.tox-coveragerc -m pytest -vv --doctest-modules {envsitepackagesdir}/glom {posargs}
128

139
[testenv:coverage-report]

0 commit comments

Comments
 (0)