Skip to content

Commit 1247f39

Browse files
committed
Set PYTHONHASHSEED for windows test #3941 #4556
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent ab1932a commit 1247f39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/scancode/test_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,8 @@ def test_use_cached_results():
10611061
env = {
10621062
'SCANCODE_RESULTS_CACHE': results_cache_location
10631063
}
1064+
if on_windows:
1065+
env.update({'PYTHONHASHSEED': '0'})
10641066
args = [
10651067
'--info',
10661068
'--license',

0 commit comments

Comments
 (0)