Skip to content

Commit d6f0542

Browse files
Skip NFT tests
1 parent 43809e0 commit d6f0542

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/nft/test_nft_market.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
if TYPE_CHECKING:
1717
from kraken.nft import Market
1818

19+
pytestmark = [pytest.mark.skip(reason="NFT Market API is not available.")]
20+
1921

2022
@pytest.mark.nft
2123
@pytest.mark.nft_market

tests/nft/test_nft_trade.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
KrakenNFTNotAvailableError,
2525
)
2626

27+
pytestmark = [pytest.mark.skip(reason="NFT Market API is not available.")]
28+
2729

2830
@pytest.mark.nft
2931
@pytest.mark.nft_auth

0 commit comments

Comments
 (0)