From d7519ba380efa7a1f4301f034b3f5a95708d892c Mon Sep 17 00:00:00 2001 From: Allen Downey Date: Sun, 1 Jan 2023 07:53:47 -0500 Subject: [PATCH] Updating tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e4280810c..6a51d612f 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,6 @@ create_environment: tests: cd solutions; pytest --nbmake chap*soln.ipynb cd code; pytest --nbmake chap*ex.ipynb - cd code; python thinkplot_test.py cd code; python thinkstats2_test.py - + # don't run thinkplot_test; it hangs on MacOS and Windows + # cd code; python thinkplot_test.py