pip_run/tests/test_scripts.py: 14 warnings
/Users/jaraco/code/main/pip-run/.tox/python/lib/python3.9/site-packages/nbformat/corpus/words.py:20: DeprecationWarning: Sampling from a set deprecated
since Python 3.9 and will be removed in a subsequent version.
return '-'.join((random.sample(acceptable_adjectives(), 1)[0], random.sample(acceptable_nouns(), 1)[0]))
While creating a notebook for testing using nbformat, I see this warning in the logs: