File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11aiohttp
22asyncio >= 3.4
3- click
4- cloup
3+ click ~= 8.1
4+ cloup ~= 3.0
55ipython
66nbsphinx
77orjson
8- requests
8+ requests ~= 2.32
99setuptools_scm
10- sphinx
10+ sphinx < 8.2.0 # doesn't work with nbsphinx
1111sphinx-click
1212sphinx-rtd-theme
1313websockets >= 14.1
Original file line number Diff line number Diff line change 1616if 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments