Skip to content

Commit 9ef6b8b

Browse files
committed
ignore benchmark/benchmark.py in all CI tests
1 parent 174a163 commit 9ef6b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tabulate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
python -m pip install pytest numpy pandas
2525
- name: Run tests
2626
run: |
27-
pytest -v --doctest-modules --ignore benchmark.py
27+
pytest -v --doctest-modules --ignore benchmark/benchmark.py

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test_script:
3333
# the interpreter you're using - Appveyor does not do anything special
3434
# to put the Python version you want to use on PATH.
3535
#- "build.cmd %PYTHON%\\python.exe setup.py test"
36-
- "%PYTHON%\\python.exe -m pytest -v --doctest-modules --ignore benchmark.py"
36+
- "%PYTHON%\\python.exe -m pytest -v --doctest-modules --ignore benchmark\benchmark.py"
3737

3838
after_test:
3939
# This step builds your wheels.

0 commit comments

Comments
 (0)