diff --git a/config.sh b/config.sh index 63ad9b2..625234f 100644 --- a/config.sh +++ b/config.sh @@ -26,5 +26,5 @@ function run_tests { # Runs tests on installed distribution from an empty directory export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))') python -c 'import pandas; pandas.show_versions()' - python -c 'import pandas; pandas.test(extra_args=["--skip-slow", "--skip-network", "--skip-db", "-n=2"])' + python -c 'import pandas; pandas.test(extra_args=["-m not clipboard", "--skip-slow", "--skip-network", "--skip-db", "-n=2"])' } diff --git a/multibuild b/multibuild index d0cf77e..6b0ddb5 160000 --- a/multibuild +++ b/multibuild @@ -1 +1 @@ -Subproject commit d0cf77e62028704875073e3dc4626f61d1c33b0e +Subproject commit 6b0ddb5281f59d976c8026c082c9d73faf274790