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
2828gemfileparser2 == 0.9.4
2929html5lib == 1.1
3030idna == 3.10
31- importlib-metadata == 8.7.0
31+ importlib-metadata == 6.2.1
3232inflection == 0.5.1
3333intbitset == 4.0.0
3434isodate == 0.7.2
@@ -56,7 +56,7 @@ publicsuffix2==2.20191221
5656pyahocorasick == 2.2.0
5757pycparser == 2.22
5858pygmars == 0.9.0
59- Pygments == 2.19.1
59+ Pygments == 2.13.0
6060pymaven-patch == 0.3.2
6161pyparsing == 3.2.3
6262pytz == 2022.1
Original file line number Diff line number Diff 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
110104class TestPyPiPkgInfoAndMetadata (PackageTester ):
111105 test_data_dir = os .path .join (os .path .dirname (__file__ ), 'data' )
You can’t perform that action at this time.
0 commit comments