Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pandas / tests / io / excel / __init__.py
Size: Mime:
import pytest

pytestmark = pytest.mark.filterwarnings(
    # Looks like tree.getiterator is deprecated in favor of tree.iter
    "ignore:This method will be removed in future versions:PendingDeprecationWarning"
)