From 279b80903a2539ae1e04e1be218b144d666f1caf Mon Sep 17 00:00:00 2001 From: nilfm Date: Thu, 2 Nov 2023 14:22:06 +0000 Subject: [PATCH] [DO NOT MERGE] Include bd_rate_calculator_test.py --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index 5637d0266..defd8c59e 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -36,7 +36,7 @@ commands = python --version # Configuration [pytest] cache_dir = .tox/.cache -python_files = *asset_test.py +python_files = *asset_test.py *bd_rate_calculator_test.py markers = main: Main tests