mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 10:01:46 +04:00
Remove use of 'rvm-download' rbenv plugin
This commit is contained in:
parent
5bc56889e9
commit
ab6dab3660
4 changed files with 3 additions and 12 deletions
|
|
@ -37,7 +37,7 @@ def test_uses_system_if_both_gem_and_ruby_are_available(find_exe_mck):
|
|||
|
||||
@pytest.mark.parametrize(
|
||||
'filename',
|
||||
('rbenv.tar.gz', 'ruby-build.tar.gz', 'ruby-download.tar.gz'),
|
||||
('rbenv.tar.gz', 'ruby-build.tar.gz'),
|
||||
)
|
||||
def test_archive_root_stat(filename):
|
||||
with resource_bytesio(filename) as f:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue