From 0e48000272e0b705111b7dd97bce7b9b550e742e Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 28 Jan 2020 12:58:47 -0600 Subject: [PATCH 1/2] Bump multibuild --- multibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multibuild b/multibuild index d0cf77e..6b0ddb5 160000 --- a/multibuild +++ b/multibuild @@ -1 +1 @@ -Subproject commit d0cf77e62028704875073e3dc4626f61d1c33b0e +Subproject commit 6b0ddb5281f59d976c8026c082c9d73faf274790 From 79e18d8bd4700aca8479f0a2e3c05d95d5c94387 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 28 Jan 2020 13:32:49 -0600 Subject: [PATCH 2/2] skip clipboard --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"])' }