Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
layday committed Mar 8, 2024
1 parent 74fd46d commit 9fa1cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_env.py
Expand Up @@ -78,7 +78,7 @@ def executable(self):

class PartialEnv(build.env.IsolatedEnv):
def make_extra_environ(self):
return super().make_extra_environ()
raise NotImplementedError

with pytest.raises(TypeError):
PartialEnv()
Expand Down

0 comments on commit 9fa1cb5

Please sign in to comment.