Skip to content

Commit 619126b

Browse files
committed
Fix coverage
1 parent 3ac6a95 commit 619126b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def executable(self):
7878

7979
class PartialEnv(build.env.IsolatedEnv):
8080
def make_extra_environ(self):
81-
return super().make_extra_environ()
81+
raise NotImplementedError
8282

8383
with pytest.raises(TypeError):
8484
PartialEnv()

0 commit comments

Comments
 (0)