Skip to content

Commit 083e6cb

Browse files
committed
Revert change to test codestyle which was based on a wrong assumption.
Signed-off-by: Thomas Neidhart <thomas.neidhart@gmail.com>
1 parent 0297c08 commit 083e6cb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/test_codestyle.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

10-
import configparser
1110
import subprocess
1211
import unittest
1312

@@ -17,11 +16,6 @@ def test_codestyle(self):
1716
"""
1817
This test shouldn't run in proliferated repositories.
1918
"""
20-
setup_cfg = configparser.ConfigParser()
21-
setup_cfg.read("setup.cfg")
22-
if setup_cfg["metadata"]["name"] != "skeleton":
23-
return
24-
2519
args = "make check"
2620
try:
2721
subprocess.check_output(args.split())

0 commit comments

Comments
 (0)