home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 685ba0671785eb402d4ed8aa390c7421ed80e5c6

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
685ba0671785eb402d4ed8aa390c7421ed80e5c6 Marks slow, flaky, and failing tests (#1336) * Adds marked tests as slow, flakey, and optionalci Tests are marked using the following py.test options: * @slow which is run on default, not run if `--skip-slow`. * @optionalci is run on default, not run if `--skip-optional-ci` * @flakey which is not run on default, run if `--run-flakey` Note, the `optionalci` category is needed in order to mark tests that are environment dependent when run on continuous integration (CI) hardware, e.g., tests that fail due to variable loads on travis CI. * Spelling: flakey -> flaky * Test suite adjustments * Typos * Remove bottleneck from most CI builds * xfail for cross engine read write netcdf4 * Try fix: Closes open file (for Windows error) ``` WindowsError: [Error 32] The process cannot access the file because it is being used by another process ``` * Try fix: Closes open file (for Windows error) ``` WindowsError: [Error 32] The process cannot access the file because it is being used by another process ``` 2017-04-03T05:30:15Z 2017-04-03T05:30:15Z b163753c1c9d5c0aca64dc350d604e668f1a8995 f10b21bed2846b879806f87039b77245b18e7671 13221727 4295853 1217238
Powered by Datasette · Queries took 1.071ms · About: xarray-datasette