mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Tests: do not print warnings
This commit is contained in:
parent
7b87858dc2
commit
48f82ab05a
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ import os, sys, re, random
|
|||
|
||||
|
||||
### Constants:
|
||||
os.environ["LIBCPUID_NO_WARN"] = "1"
|
||||
delimiter = "-" * 80
|
||||
fields_x86 = [ "architecture", "feature-level", "purpose", "family", "model", "stepping",
|
||||
"extfamily", "extmodel", "cores", "logical",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue