A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pandas-dev/pandas/issues/3910 below:

Make network decorator impose a skipTest catching URLErrors · Issue #3910 · pandas-dev/pandas · GitHub

Basically, do this in the network decorator:

    @wraps
    def network_wrapper(*args, **kwargs):
        try:
            return t(*args, **kwargs)
        except URLError:
            raise nose.skipTest

Working on it right now


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4