mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Drunk Aleks forgot to remove the pdb :|
This commit is contained in:
parent
3a3ce804d6
commit
2fba2747e3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue