Skip to content

Commit 221bd3b

Browse files
committed
Removing the OS dependent ignore logic
1 parent 6401f92 commit 221bd3b

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

ignore_gha_testing

Whitespace-only changes.

ignore_osx_testing

Whitespace-only changes.

ignore_windows_testing

Whitespace-only changes.

tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ commands =
3636
## Some of the these could be factored out to a separate shell script,
3737
## but so far it's simple enought to keep it here.
3838

39-
40-
# Ignore testing the tutorials listed in ignore_testing file. We have some OS specific ignores,
41-
# too due to issues with e.g. multiprocessing and problems in upstream dependency
42-
!buildhtml: bash -c 'if python -c "import platform; print(platform.platform())" | grep -i macos; then cat ignore_osx_testing >> ignore_testing; fi'
43-
!buildhtml: bash -c 'if python -c "import platform; print(platform.platform())" | grep -i win; then cat ignore_windows_testing >> ignore_testing; fi'
44-
45-
!buildhtml: bash -c 'if [[ $CI == true ]]; then cat ignore_gha_testing >> ignore_testing; fi'
46-
4739
# We only want to run CI in PRs for the notebooks we touched
4840
!buildhtml: bash -c 'if [[ $GITHUB_EVENT_NAME == pull_request && -z "$(grep force_run:all_tests ${GITHUB_EVENT_PATH})" ]]; then git fetch origin main --depth=1; git diff origin/main --name-only tutorials | grep .md; else find tutorials -name "*.md"; fi | grep -vf ignore_testing | xargs jupytext --to notebook '
4941

0 commit comments

Comments
 (0)