Skip to content

Commit 97bc9b5

Browse files
Rollback dependencies based on detection issues
Reference: #4447 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 4049083 commit 97bc9b5

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ future==0.18.2
2828
gemfileparser2==0.9.4
2929
html5lib==1.1
3030
idna==3.10
31-
importlib-metadata==8.7.0
31+
importlib-metadata==6.2.1
3232
inflection==0.5.1
3333
intbitset==4.0.0
3434
isodate==0.7.2
@@ -56,7 +56,7 @@ publicsuffix2==2.20191221
5656
pyahocorasick==2.2.0
5757
pycparser==2.22
5858
pygmars==0.9.0
59-
Pygments==2.19.1
59+
Pygments==2.13.0
6060
pymaven-patch==0.3.2
6161
pyparsing==3.2.3
6262
pytz==2022.1

tests/packagedcode/test_pypi.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@ def test_develop_with_parse_metadata(self):
100100
expected_loc = self.get_test_loc('pypi/develop/scancode_toolkit.egg-info-expected.json')
101101
self.check_packages_data(package, expected_loc, regen=REGEN_TEST_FIXTURES)
102102

103-
def test_develop_with_parse(self):
104-
test_file = self.get_test_loc('pypi/develop/scancode_toolkit.egg-info/PKG-INFO')
105-
package = pypi.PythonEditableInstallationPkgInfoFile.parse(test_file)
106-
expected_loc = self.get_test_loc('pypi/develop/scancode_toolkit.egg-info-expected.json')
107-
self.check_packages_data(package, expected_loc, regen=REGEN_TEST_FIXTURES)
108-
109103

110104
class TestPyPiPkgInfoAndMetadata(PackageTester):
111105
test_data_dir = os.path.join(os.path.dirname(__file__), 'data')

0 commit comments

Comments
 (0)