Drunk Aleks forgot to remove the pdb :|

This commit is contained in:
Alexandre Aubin 2020-04-03 20:13:56 +02:00 committed by GitHub
parent 3a3ce804d6
commit 2fba2747e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -373,7 +373,6 @@ def test_mkdir(tmp_path):
def test_mkdir_with_permission(tmp_path, mocker):
# This test only make sense when not being root
import pdb; pdb.set_trace()
if os.getuid() == 0:
return