diff options
author | Ole Troan <ot@cisco.com> | 2021-05-04 12:45:57 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-07-12 10:41:10 +0000 |
commit | 041372b79b843b54dfad048dda237e64d1a5f127 (patch) | |
tree | 63a4287f21ebfd0f5b3fde8e882b1c2a33464f46 /test/requirements.txt | |
parent | 0046e97eb94cbcf278be2c892e4b686da670a414 (diff) |
papi: remove shared memory transport
This patch removes the papi transport shared memory plugin.
It also removes any dependency on CFFI.
Type: feature
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: Ia81701c0dc506871e511495d837e41420e1fdf72
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'test/requirements.txt')
-rw-r--r-- | test/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index b8e36eeee85..f7b7c185446 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,6 +1,5 @@ pip-tools==5.1.2 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION -cffi # MIT cryptography!=2.0 # BSD/Apache-2.0 deprecation>=2.0.6 # Apache-2.0 faulthandler; python_version < '3.3' # # BSD License (2 clause) |