Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Sep 8, 2023
1 parent cf7b545 commit 64d3c99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions win32_event_log/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ e2e-env = false
platforms = [
"windows",
]

[envs.default.overrides]
matrix.python.scripts = [
{ key = "test", value = "pytest -v --benchmark-skip tests/legacy", if = ["2.7"] },
{ key = "test-cov", value = "pytest -v --benchmark-skip tests/legacy", if = ["2.7"] },
]
2 changes: 1 addition & 1 deletion win32_event_log/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
[tool:pytest]
addopts = "--ignore=tests/docker"
testpaths = "tests/legacy"

0 comments on commit 64d3c99

Please sign in to comment.