From 6036e798e0ec27ef9d9e7158f63e7be416f13b10 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Thu, 24 Feb 2022 12:35:19 -0500 Subject: [PATCH] Remove pytest-runner as a dependency during setup. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1a20444a..aed2e495 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,6 @@ url="https://github.com/facebookresearch/CrypTen", author=AUTHOR, license=LICENSE, - setup_requires=["pytest-runner"], tests_require=["pytest"], data_files=[("/configs", ["configs/default.yaml"])], )