93a66cae06444e5a2afdeaf81d41ae8b2671ff51,tests/python/pants_test/backend/python/tasks/test_python_binary_integration.py,PythonBinaryIntegrationTest,platforms_test_impl,#PythonBinaryIntegrationTest#Any#Any#Any#Any#,121
Before Change
config["python-setup"]["platforms"] = config_platforms
result = self.run_pants_with_workdir(
command=["binary", test_project],
workdir=os.path.join(buildroot.new_buildroot, ".pants.d"),
config=config,
build_root=buildroot.new_buildroot,
tee_output=True,
After Change
test_src = os.path.join(test_project, "main.py")
test_pex = "dist/cache_fields.pex"
with self.caching_config() as config, self.temporary_file_content(test_src, b""):
config["python-setup"] = {"platforms": []}
build_content = dedent(
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: pantsbuild/pants
Commit Name: 93a66cae06444e5a2afdeaf81d41ae8b2671ff51
Time: 2020-05-22
Author: stuhood@gmail.com
File Name: tests/python/pants_test/backend/python/tasks/test_python_binary_integration.py
Class Name: PythonBinaryIntegrationTest
Method Name: platforms_test_impl
Project Name: tensorflow/datasets
Commit Name: c192082d4190a3daa2a16449808ebb192ca6340a
Time: 2019-03-29
Author: pierrot@google.com
File Name: tensorflow_datasets/core/download/extractor_test.py
Class Name: ExtractorTest
Method Name: test_absolute_path
Project Name: pantsbuild/pants
Commit Name: 93a66cae06444e5a2afdeaf81d41ae8b2671ff51
Time: 2020-05-22
Author: stuhood@gmail.com
File Name: tests/python/pants_test/backend/python/tasks/test_python_binary_integration.py
Class Name: PythonBinaryIntegrationTest
Method Name: test_zipsafe_caching