We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d685acf commit e82dc6eCopy full SHA for e82dc6e
graalpython/com.oracle.graal.python.test/src/tests/test_patched_pip.py
@@ -218,16 +218,6 @@ def test_sdist_patched_version(self):
218
self.run_venv_pip_install('foo')
219
assert self.run_test_fun() == "Patched"
220
221
- def test_sdist_patched_with_wheel_patch(self):
222
- self.add_package_to_index('foo', '1.1.0', 'wheel')
223
- self.prepare_config('foo', [{
224
- 'patch': 'foo-1.1.0.patch',
225
- 'version': '== 1.1.0',
226
- 'subdir': 'src',
227
- }])
228
- self.run_venv_pip_install('foo')
229
- assert self.run_test_fun() == "Patched"
230
-
231
def test_different_patch_wheel_sdist1(self):
232
self.add_package_to_index('foo', '1.1.0', 'sdist')
233
self.prepare_config('foo', [
0 commit comments