Try fix by excluding GoDaddyProviderTests
This commit is contained in:
parent
7ff4c68fbe
commit
5bd84d818f
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ sed -i '1d' src/lexicon/_private/cli.py
|
|||
# With tldextract 3.3.0+ we can use Fedora's public suffix list by running
|
||||
# tldextract --update --suffix_list_url "file:///usr/share/publicsuffix/public_suffix_list.dat"
|
||||
# prior to running the tests
|
||||
TEST_SELECTOR="not AutoProviderTests and not NamecheapProviderTests and not NamecheapManagedProviderTests and not Route53Provider and not AliyunProviderTests and not AuroraProviderTests and not Route53ProviderTests"
|
||||
TEST_SELECTOR="not AutoProviderTests and not NamecheapProviderTests and not NamecheapManagedProviderTests and not Route53Provider and not AliyunProviderTests and not AuroraProviderTests and not Route53ProviderTests and not GoDaddyProviderTests"
|
||||
|
||||
# lexicon providers which do not work in Fedora due to missing dependencies:
|
||||
# - SoftLayerProviderTests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue