From d060af641a553f9feda6124d5beecb05a7115abb Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Fri, 30 Jul 2021 11:13:57 -0400 Subject: [PATCH] Python 3 port is essentially done-get rid of relevant tests and tracking code. --- newsfragments/3751.minor | 0 nix/tahoe-lafs.nix | 4 - src/allmydata/test/test_python3.py | 122 ----------- src/allmydata/util/_python3.py | 311 ----------------------------- 4 files changed, 437 deletions(-) create mode 100644 newsfragments/3751.minor delete mode 100644 src/allmydata/test/test_python3.py delete mode 100644 src/allmydata/util/_python3.py diff --git a/newsfragments/3751.minor b/newsfragments/3751.minor new file mode 100644 index 000000000..e69de29bb diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index 8005ca50b..35b29f1cc 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -72,10 +72,6 @@ python.pkgs.buildPythonPackage rec { rm src/allmydata/test/test_connections.py rm src/allmydata/test/cli/test_create.py - # Since we're deleting files, this complains they're missing. For now Nix - # is Python 2-only, anyway, so these tests don't add anything yet. - rm src/allmydata/test/test_python3.py - # Generate _version.py ourselves since we can't rely on the Python code # extracting the information from the .git directory we excluded. cat > src/allmydata/_version.py <