Skip to content

Commit

Permalink
remove: running tests on upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcrocetti committed Aug 2, 2024
1 parent 7acdacb commit 6191959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ docstring-code-format = true
[tool.pytest.ini_options]
# sync minversion with pyproject.toml & install.rst
minversion = "7.3.2"
addopts = "--strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml"
addopts = "pandas/tests/test_sql.py --strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml"
empty_parameter_set_mark = "fail_at_collect"
xfail_strict = true
testpaths = "pandas"
Expand Down

0 comments on commit 6191959

Please sign in to comment.