1
0
Fork 0
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:
The Tumultuous Unicorn Of Darkness 2024-06-30 20:05:10 +02:00
commit 48f82ab05a
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
2 changed files with 3 additions and 0 deletions

View file

@ -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",