From 048ddc4af36e3231091d372bfc0b26d2c90f30be Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Wed, 8 Jul 2020 20:12:50 +0100 Subject: [PATCH] Update test/test_pep518.py Co-authored-by: Henry Schreiner --- test/test_pep518.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_pep518.py b/test/test_pep518.py index 2054616b..9257f7db 100644 --- a/test/test_pep518.py +++ b/test/test_pep518.py @@ -26,7 +26,7 @@ basic_project.files[ ] = """ [build-system] requires = [ - "setuptools>=42", + "setuptools >= 42", "wheel", "requests==2.22.0; python_version<'3.6'", "requests==2.23.0; python_version>='3.6'"