Skip to content

Commit

Permalink
Ignore runtime warnings in builders
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Dec 13, 2024
1 parent 2559246 commit 95e492a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pypsbuilder/psbuilders.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
from datetime import datetime
import itertools

import warnings
warnings.filterwarnings("ignore")

import importlib.resources as ires
from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5.QtCore import QT_VERSION_STR
Expand Down

0 comments on commit 95e492a

Please sign in to comment.