Skip to content

Commit 3c07b59

Browse files
committed
tests: drop InvalidRepo error string matching for pkgcraft changes
1 parent 796cfbe commit 3c07b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_add_repo_path_ebuild(self, raw_ebuild_repo):
4545
config.add_repo(path, "existing")
4646

4747
# nonexistent
48-
with pytest.raises(InvalidRepo, match="nonexistent repo path"):
48+
with pytest.raises(InvalidRepo):
4949
config.add_repo("/path/to/nonexistent/repo")
5050

5151
def test_add_repo_path_fake(self, config, tmp_path):

0 commit comments

Comments
 (0)