From fe48256f1ae45c3c5b2f8259eaee42af71ae0ebb Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 25 Aug 2020 08:45:45 -0300 Subject: [PATCH] Remove universal wheel setting: pytest-xdist is Python 3 only --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 36f3f4d..71037d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[bdist_wheel] -universal = 1 - [metadata] license_file = LICENSE