Commit Graph

41 Commits

Author SHA1 Message Date
Will McGugan
3cfebb0423 Added faqtory 2022-12-18 09:50:44 +00:00
Will McGugan
fd61ca69a4 Update comment.yml 2022-11-16 17:02:50 +00:00
Will McGugan
9fd1e7605a Create PULL_REQUEST_TEMPLATE.md 2022-11-15 14:58:38 +00:00
Will McGugan
0fb2c3437f remove hatch from CI 2022-11-07 16:41:30 +00:00
Ofek Lev
cd9ea54329 Update package metadata and dev experience 2022-11-07 12:02:54 +00:00
Will McGugan
7b31f63202 Merge pull request #1016 from Textualize/python311
Add Python 3.11 to CI, update install-poetry action
2022-10-31 13:23:12 +00:00
Will McGugan
acda0fa8af update snok install poetry 2022-10-31 11:45:01 +00:00
Will McGugan
02c947985e bump poetry 2022-10-31 11:43:24 +00:00
Will McGugan
3e7a42751d Update bug_report.md 2022-10-28 09:51:22 +01:00
Darren Burns
ceed9186c9 Python 3.11 CI 2022-10-27 10:44:06 +01:00
Darren Burns
5933cbb7e8 Revert build action to 3.11-rc.2 until Darwin build ready 2022-10-25 15:38:54 +01:00
Darren Burns
7599accccf Fix GitHub action install-poetry version 2022-10-25 15:36:22 +01:00
Darren Burns
91b2e03d65 Add Python 3.11 to CI, update install-poetry action 2022-10-25 15:32:50 +01:00
Will McGugan
2a3eed1379 No more ko-fi 2022-10-25 10:22:35 +01:00
Will McGugan
2a351c0ff6 merged 'main' into css 2022-10-22 18:48:46 +01:00
Darren Burns
e090931d21 Remove E2E smoke test from workflow 2022-10-13 12:55:50 +01:00
Darren Burns
49abcbadfe Upload snapshot report when build fails 2022-09-20 17:05:43 +01:00
Darren Burns
8e09c0271a Adding windows snapshot testing conditional on github actions 2022-09-20 16:44:32 +01:00
Darren Burns
26fb89005c Skip artifact creation/upload on Windows 2022-09-20 16:44:18 +01:00
darrenburns
c788724754 Make devtools deps extras, add note to internal ref docs, raise excep… (#579)
* Make devtools deps extras, add note to internal ref docs, raise exception when deps missing

* Ensure dev extras are installed in GitHub Actions

* Update lockfile

* Add extra docs note

* Add a TODO about adding link to devtools docs

* Add click to dev extras dependencies in pyproject
2022-06-15 11:49:52 +01:00
Will McGugan
66fabe00db Merge pull request #464 from Textualize/windows-ci
Windows CI
2022-05-04 13:38:13 +01:00
Darren Burns
516f551c36 Remove codecov from Textual 2022-05-04 12:37:43 +01:00
Darren Burns
d73b8618c1 Add windows-latest to GitHub Actions build matrix 2022-05-04 11:16:54 +01:00
Darren Burns
01815c7788 Merge branch 'css' of github.com:Textualize/textual into py10-ci 2022-05-04 11:10:47 +01:00
Darren Burns
ca65dc3f8c Add Python 3.10 to GitHub actions, upgrade mypy 2022-05-04 11:09:57 +01:00
Olivier Philippon
078b7c151b [e2e] The smoke tests no longer rely on the multiprocessing package
Running the scripts with this package leads to the following cryptic error in our CI, when run in macOS:
```
RuntimeError:
        An attempt has been made to start a new process before the
        current process has finished its bootstrapping phase.

        This probably means that you are not using fork to start your
        child processes and you have forgotten to use the proper idiom
        in the main module:

            if __name__ == '__main__':
                freeze_support()
                ...

        The "freeze_support()" line can be omitted if the program
        is not going to be frozen to produce an executable.
```
(and Python's docs clearly state that this `freeze_support` function has no effect when invoked on any operating system other than Windows ¯\_(ツ)_/¯ )
2022-05-03 14:45:48 +01:00
Olivier Philippon
85db9263a8 [e2e] Move the smoke tests to a new root folder "e2e_tests/" 2022-05-03 14:45:48 +01:00
Olivier Philippon
4bc48d37a1 [CI] Check that the "basic.py" sandbox script can be run for a few seconds without crashing 2022-05-03 14:45:48 +01:00
Will McGugan
38efc82173 Update comment.yml 2022-02-15 13:30:23 +00:00
Will McGugan
f87a7066dd Update comment.yml 2022-02-15 13:28:59 +00:00
Will McGugan
95ed0c85df Update FUNDING.yml 2022-02-15 13:22:21 +00:00
Will McGugan
6688d0bf36 Merge pull request #90 from willmcgugan/layout-plus
Layout plus
2021-09-05 09:03:06 +01:00
Will McGugan
d2b4866afc Rename task to task.md 2021-09-04 10:19:28 +01:00
Will McGugan
a90d8036c9 Create task 2021-09-04 10:18:51 +01:00
Will McGugan
3f28a36028 end of file 2021-08-31 17:34:19 +01:00
Will McGugan
c32c48375d Create FUNDING.yml 2021-08-07 12:06:41 +01:00
Will McGugan
752609962f type fixes 2021-07-17 09:48:04 +01:00
Will McGugan
55bd7d71de dependencies 2021-07-12 19:27:06 +01:00
Will McGugan
e62bf387fb move files 2021-07-05 20:40:00 +01:00
Will McGugan
e52af23f0f workflow 2021-07-05 20:37:54 +01:00
Will McGugan
039f425e9f Update issue templates 2021-06-17 21:59:16 +01:00