Skip to content

Commit

Permalink
Fix tests (#4140)
Browse files Browse the repository at this point in the history
* Fix PyPy3 tests

* Fix Windows tests
  • Loading branch information
gpotter2 authored Oct 9, 2023
1 parent 148ab7b commit 619d1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/configs/windows.utsc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"test\\*.uts",
"test\\scapy\\layers\\*.uts",
"test\\scapy\\layers\\tls\\*.uts",
"test\\tls\\tests_tls_netaccess.uts",
"test\\contrib\\automotive\\obd\\*.uts",
"test\\contrib\\automotive\\scanner\\*.uts",
"test\\contrib\\automotive\\gm\\*.uts",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ deps = mock
coverage[toml]
python-can
# disabled on windows because they require c++ dependencies
brotli ; sys_platform != 'win32'
# brotli 1.1.0 broken https://github.com/google/brotli/issues/1072
brotli < 1.1.0 ; sys_platform != 'win32'
zstandard ; sys_platform != 'win32'
platform =
linux_non_root,linux_root: linux
Expand Down

0 comments on commit 619d1e4

Please sign in to comment.