Try fix by excluding GoDaddyProviderTests

This commit is contained in:
Nick Bebout 2024-11-23 11:33:21 -06:00
commit 5bd84d818f

View file

@ -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