Skip to content

Commit fe089a9

Browse files
committed
Remove unecessary comma
1 parent 9eea382 commit fe089a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/test_editable_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ class MyBuildExt(build_ext_cls):
888888
dist.cmdclass["build_ext"] = MyBuildExt
889889

890890
@pytest.mark.skipif(
891-
sys.platform != "linux", reason="compilers may fail without correct setup",
891+
sys.platform != "linux", reason="compilers may fail without correct setup"
892892
)
893893
def test_distutils_leave_inplace_files(self, tmpdir_cwd):
894894
jaraco.path.build({"module.c": ""})

0 commit comments

Comments
 (0)