Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 529fba0

Browse files
Bump multibuild (#70)
* Bump multibuild * skip clipboard
1 parent c106e05 commit 529fba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ function run_tests {
2626
# Runs tests on installed distribution from an empty directory
2727
export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))')
2828
python -c 'import pandas; pandas.show_versions()'
29-
python -c 'import pandas; pandas.test(extra_args=["--skip-slow", "--skip-network", "--skip-db", "-n=2"])'
29+
python -c 'import pandas; pandas.test(extra_args=["-m not clipboard", "--skip-slow", "--skip-network", "--skip-db", "-n=2"])'
3030
}

0 commit comments

Comments
 (0)