Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c79f990 authored by Julien Desprez's avatar Julien Desprez Committed by Gerrit Code Review
Browse files

Merge "Mark par_test as not unit tests"

parents 1cd2357d d3dbf07c
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -23,7 +23,10 @@ python_test_host {
        "par_test.py",
        "testpkg/par_test.py",
    ],

    // Is not implemented as a python unittest
    test_options: {
        unit_test: false,
    },
    version: {
        py2: {
            enabled: true,
@@ -43,7 +46,10 @@ python_test_host {
        "par_test.py",
        "testpkg/par_test.py",
    ],

    // Is not implemented as a python unittest
    test_options: {
        unit_test: false,
    },
    version: {
        py3: {
            embedded_launcher: true,