File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ future==0.18.2
28
28
gemfileparser2 == 0.9.4
29
29
html5lib == 1.1
30
30
idna == 3.10
31
- importlib-metadata == 8.7.0
31
+ importlib-metadata == 6.2.1
32
32
inflection == 0.5.1
33
33
intbitset == 4.0.0
34
34
isodate == 0.7.2
@@ -56,7 +56,7 @@ publicsuffix2==2.20191221
56
56
pyahocorasick == 2.2.0
57
57
pycparser == 2.22
58
58
pygmars == 0.9.0
59
- Pygments == 2.19.1
59
+ Pygments == 2.13.0
60
60
pymaven-patch == 0.3.2
61
61
pyparsing == 3.2.3
62
62
pytz == 2022.1
Original file line number Diff line number Diff line change @@ -100,12 +100,6 @@ def test_develop_with_parse_metadata(self):
100
100
expected_loc = self .get_test_loc ('pypi/develop/scancode_toolkit.egg-info-expected.json' )
101
101
self .check_packages_data (package , expected_loc , regen = REGEN_TEST_FIXTURES )
102
102
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
-
109
103
110
104
class TestPyPiPkgInfoAndMetadata (PackageTester ):
111
105
test_data_dir = os .path .join (os .path .dirname (__file__ ), 'data' )
You can’t perform that action at this time.
0 commit comments