Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Mar 5, 2024
1 parent 8272728 commit e41d397
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/scripts/hypo/syncrand.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import os
import pwd
import subprocess
import json
import common
try:
__import__('xattr')
except ImportError:
subprocess.check_call(["pip", "install", "xattr"])
import xattr
try:
__import__("hypothesis")
except ImportError:
Expand All @@ -18,7 +12,6 @@
from strategy import *
from fs_op import FsOperation
import random
import time

st_entry_name = st.text(alphabet='abc', min_size=1, max_size=3)
st_patterns = st.text(alphabet='abc?/*', min_size=1, max_size=5).\
Expand Down

0 comments on commit e41d397

Please sign in to comment.