We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The //labm8/py:test library should be marked testonly = 1 in the BUILD file, but this prevents it from being exported by //labm8:export_python_pip.
//labm8/py:test
testonly = 1
BUILD
//labm8:export_python_pip
The text was updated successfully, but these errors were encountered:
labm8: Export //labm8/py/test to pip package.
0283f07
github.com//issues/131 Signed-off-by: format 20.02.05 <github.com/ChrisCummins/format>
fe3ddb6
github.com/ChrisCummins/phd/issues/131 Signed-off-by: format 20.02.05 <github.com/ChrisCummins/format>
f614294
ChrisCummins
No branches or pull requests
The
//labm8/py:test
library should be markedtestonly = 1
in theBUILD
file, but this prevents it from being exported by//labm8:export_python_pip
.The text was updated successfully, but these errors were encountered: