remove Python 2 support from shapes regression test
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 8 Jun 2021 15:04:54 +0000 (08:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 14 Jun 2021 14:57:59 +0000 (07:57 -0700)
commit0d675ce14f131f6825fd3b6a4a8e058b2dbafc54
tree073d9e4330780414aecb9426e66eab4f0db8f1ea
parent97b1320211db687711c4571b8db03eb197941f3e
remove Python 2 support from shapes regression test

Python 2 was EOLed in 2020. This change removes the ability to use Python 2 when
running the shapes test.

This is somewhat moot as the Makefile.am targets for this are not really usable
right now (see the commits merged in 7d0bd41a7ccac1d0d992e8c19ce08f62b85b16ad
that improved the situation but still did not make `make check-recursive`
runnable). Nevertheless this at least removes one legacy code path that does not
need to be worked on in future.

Related to #1992.
tests/regression_tests/shapes/Makefile.am
tests/regression_tests/shapes/shapes.sh [deleted file]