From ff8731bde1b6d36d6d2b811b9167ad57f23f87a4 Mon Sep 17 00:00:00 2001
From: Tim Burke <tim.burke@gmail.com>
Date: Fri, 25 Aug 2023 09:42:47 -0700
Subject: [PATCH] Remove pypy from bindep.txt

We haven't tested under pypy since 2020, and haven't done so
*successfully* for even longer.

As that was the only remaining set of packages in bindep.txt,
remove it entirely.

Related-Change: Ibc80d23846b364bfcd82043430ef71ad4b6e271b
Change-Id: I0e4abc482e546f36358f6085a6d5635490f4ac5c
---
 bindep.txt | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 bindep.txt

diff --git a/bindep.txt b/bindep.txt
deleted file mode 100644
index 17c0cd56..00000000
--- a/bindep.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is a cross-platform list tracking distribution packages needed by tests;
-# see https://docs.openstack.org/infra/bindep/ for additional information.
-
-pypy [test !platform:fedora]
-pypy-dev [test platform:dpkg]
-pypy-devel [test platform:rpm !platform:fedora]