There was an error while loading. Please reload this page.
1 parent 0297c08 commit a602386Copy full SHA for a602386
1 file changed
tests/test_codestyle.py
@@ -7,7 +7,6 @@
7
# See https://aboutcode.org for more information about nexB OSS projects.
8
#
9
10
-import configparser
11
import subprocess
12
import unittest
13
@@ -17,11 +16,6 @@ def test_codestyle(self):
17
16
"""
18
This test shouldn't run in proliferated repositories.
19
20
- setup_cfg = configparser.ConfigParser()
21
- setup_cfg.read("setup.cfg")
22
- if setup_cfg["metadata"]["name"] != "skeleton":
23
- return
24
-
25
args = "make check"
26
try:
27
subprocess.check_output(args.split())
0 commit comments