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'"