mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
Suppress 'integer argument expected, got float' DeprecationWarning everywhere
This commit is contained in:
parent
e706f043f0
commit
aac94a8d89
@ -35,6 +35,12 @@ finally:
|
||||
warnings.filters.pop()
|
||||
warnings.filters.pop()
|
||||
|
||||
|
||||
warnings.filterwarnings("ignore", category=DeprecationWarning,
|
||||
message="integer argument expected, got float",
|
||||
append=True)
|
||||
|
||||
|
||||
__version__ = "unknown"
|
||||
try:
|
||||
from allmydata._version import __version__
|
||||
|
Loading…
x
Reference in New Issue
Block a user