···3737, sqlalchemy
3838, tenacity
3939, typing-extensions
4040-, scikit-learn
4141-}:
4040+, testcontainers
4141+, scikit-learn }:
42424343buildPythonPackage rec {
4444 pname = "apache-beam";
···107107 scikit-learn
108108 sqlalchemy
109109 tenacity
110110+ testcontainers
110111 ];
111112112113 # Make sure we're running the tests for the actually installed
···122123 # container_init: Callable[[], Union[PostgresContainer, MySqlContainer]],
123124 # E NameError: name 'MySqlContainer' is not defined
124125 #
125125- # Test relies on the testcontainers package, which is not currently (as of
126126- # 2022-04-08) available in nixpkgs.
127126 "apache_beam/io/external/xlang_jdbcio_it_test.py"
128127129128 # These tests depend on the availability of specific servers backends.