Files
chia-blockchain/chia/_tests/tools/config.py
Kyle AltendorfandGitHub a89222a428 move tests (#17209)
* prep

* verify source and installed tests match

* move

* remove move script
2024-03-14 10:19:20 -07:00

6 lines
98 B
Python

from __future__ import annotations
import sys
legacy_keyring_required = sys.platform == "linux"